CellDecoration Constructor(IReadOnlyList<ICellDecorationIcon>)
In This Topic
Creates a new instance of the CellDecoration class.
Syntax
public CellDecoration(
System.Collections.Generic.IReadOnlyList<ICellDecorationIcon>
)
Parameters
- icons
- The icons.
See Also